home *** CD-ROM | disk | FTP | other *** search
- dialog(name: '$$$/Dialogs/PDFLaunchPref', first_tab: 'obey')
- {
- view(align_children: align_left)
- {
- static_text(item_id: 'text', name: '$$$/Dialogs/PDFLaunchPref/Prompt', alignment: align_left);
- radio(item_id: 'obey', group_id: 'rgrp', name: '$$$avGotoViewObeyUserPreference', next_tab: 'nwin');
- radio(item_id: 'nwin', group_id: 'rgrp', name: '$$$avGotoViewOpenInNewWindow', next_tab: 'curr');
- radio(item_id: 'curr', group_id: 'rgrp', name: '$$$avGotoViewOpenInCurrentWindow', next_tab: 'exte');
- ok_cancel();
- }
- }
-